ServiceFindMessageTrackingReport Method (MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime) |
Finds messages that meet the specified criteria.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindMessageTrackingReportResponse FindMessageTrackingReport(
MessageTrackingScope scope,
string domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
string subject,
DateTime startTime
)
Public Function FindMessageTrackingReport (
scope As MessageTrackingScope,
domain As String,
sender As Mailbox,
purportedSender As Mailbox,
recipient As Mailbox,
subject As String,
startTime As DateTime
) As FindMessageTrackingReportResponse
Parameters
- scope
- Type: Independentsoft.ExchangeMessageTrackingScope
The scope. - domain
- Type: SystemString
The domain. - sender
- Type: Independentsoft.ExchangeMailbox
The sender. - purportedSender
- Type: Independentsoft.ExchangeMailbox
The purported sender. - recipient
- Type: Independentsoft.ExchangeMailbox
The recipient. - subject
- Type: SystemString
The subject. - startTime
- Type: SystemDateTime
The start time.
Return Value
Type:
FindMessageTrackingReportResponseFindMessageTrackingReportResponse.
See Also